Skip to content

Commit 2d76bc9

Browse files
committed
Increase selenium page timeout
Current timeout is not enough in cases of jobs with a high load. OSPCIX-841
1 parent 4f862f2 commit 2d76bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-images/tcib/base/os/horizontest/run_horizontest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PASSWORD=horizontest
1111
FLAVOR_NAME=m1.tiny
1212
GROUP_NAME=admins
1313
SELENIUM_EXPLICIT_WAIT=180
14-
SELENIUM_PAGE_TIMEOUT=120
14+
SELENIUM_PAGE_TIMEOUT=240
1515
SELENIUM_IMPLICIT_WAIT=30
1616
HORIZONTEST_DEBUG_MODE="${HORIZONTEST_DEBUG_MODE:-false}"
1717
EXTRA_FLAG="${EXTRA_FLAG:-"not pagination"}"

0 commit comments

Comments
 (0)