From 6afee3fc376f1c116c88874adebd5c5d4d17a240 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 1 Apr 2024 10:42:30 +1000 Subject: [PATCH] add BROWSER_HOOKING_TIMEOUT const --- spec/support/constants.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/support/constants.rb b/spec/support/constants.rb index 2481c8e47..cc22fcfb6 100644 --- a/spec/support/constants.rb +++ b/spec/support/constants.rb @@ -29,4 +29,5 @@ RESTAPI_REQUESTER = 'http://' + ATTACK_DOMAIN + ':3000/api/requester' # Other PAGE_LOAD_TIMEOUT = 5 -SERVER_START_TIMEOUT = 5 \ No newline at end of file +SERVER_START_TIMEOUT = 5 +BROWSER_HOOKING_TIMEOUT = 10 \ No newline at end of file