Skip to content

Commit cb6c949

Browse files
author
Codeliner
committed
Increase sleep time to avoid build errors
1 parent 417e5e5 commit cb6c949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919
- "java -jar selenium-server-standalone-2.31.0.jar > /dev/null &"
2020
# webserver setup
2121
- php -S localhost:8000 -t public/ &
22-
- sleep 5
22+
- sleep 10
2323

2424

2525
script:

0 commit comments

Comments
 (0)