Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 51ce38a

Browse files
committed
Increase VIDEO_CONVERSION_MAX_WAIT=40s on Travis
1 parent cb04cb8 commit 51ce38a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/script_scenario_basic

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ docker run --name=grid3 -d -e VIDEO=true \
9292
-e MOCK_SERVER_PORT \
9393
-e USE_SELENIUM="3" \
9494
-e CI \
95+
-e VIDEO_CONVERSION_MAX_WAIT="40s" \
9596
--shm-size=1g \
9697
selenium
9798

@@ -123,6 +124,7 @@ docker run --name=gridrc -d -e VIDEO=true \
123124
-e MOCK_SERVER_HOST="d.host.loc.dev" \
124125
-e MOCK_SERVER_PORT \
125126
-e CI \
127+
-e VIDEO_CONVERSION_MAX_WAIT="40s" \
126128
-e USE_SELENIUM="2" \
127129
-e CHROME=true -e FIREFOX=true \
128130
-e RC_CHROME=true -e RC_FIREFOX=true \

0 commit comments

Comments
 (0)