aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/html/driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/html/driver.sh b/test/html/driver.sh
index 76e3b2ef..07a78b84 100755
--- a/test/html/driver.sh
+++ b/test/html/driver.sh
@@ -42,7 +42,7 @@ function render_page() {
if [ ! -z "$winid" ]; then
found_window=true
# Wait some after the window appears to ensure rendering is done
- sleep 0.25
+ sleep ${DILLO_TEST_WAIT_TIME:-1}
break
fi
done