Skip to content

Commit 41c7e6f

Browse files
committed
Try take 2
Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent dd5fa48 commit 41c7e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/endtoend/vtorc_vtadmin_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function chromiumHeadlessRequest() {
9797
dataToAssert=$2
9898
for i in {1..600} ; do
9999
chromiumBinary=$(getChromiumBinaryName)
100-
res=$($chromiumBinary --headless --no-sandbox --disable-gpu --disable-dev-shm-usage --enable-logging --dump-dom --virtual-time-budget=900000000 "$url")
100+
res=$($chromiumBinary --headless --no-sandbox --disable-gpu --disable-dev-shm-usage --enable-logging --dump-dom --timeout=10000 --virtual-time-budget=900000000 "$url")
101101
if [[ $? -eq 0 ]]; then
102102
echo "$res" | grep "$dataToAssert" > /dev/null 2>&1
103103
if [[ $? -ne 0 ]]; then

0 commit comments

Comments
 (0)