We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5fa48 commit 41c7e6fCopy full SHA for 41c7e6f
1 file changed
test/endtoend/vtorc_vtadmin_test.sh
@@ -97,7 +97,7 @@ function chromiumHeadlessRequest() {
97
dataToAssert=$2
98
for i in {1..600} ; do
99
chromiumBinary=$(getChromiumBinaryName)
100
- res=$($chromiumBinary --headless --no-sandbox --disable-gpu --disable-dev-shm-usage --enable-logging --dump-dom --virtual-time-budget=900000000 "$url")
+ res=$($chromiumBinary --headless --no-sandbox --disable-gpu --disable-dev-shm-usage --enable-logging --dump-dom --timeout=10000 --virtual-time-budget=900000000 "$url")
101
if [[ $? -eq 0 ]]; then
102
echo "$res" | grep "$dataToAssert" > /dev/null 2>&1
103
if [[ $? -ne 0 ]]; then
0 commit comments