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