Skip to content

Commit

Permalink
Add a sleep call to make sure the server has time to spin up.
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed May 11, 2016
1 parent cce8483 commit 96c4cf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
sleep 10

curl http://127.0.0.1:7777/tests/runner.cfm\?propertiesSummary\=true\&reporter\=text

if ! grep 'test.passed=true' tests/results/TEST.properties
Expand Down

0 comments on commit 96c4cf5

Please sign in to comment.