From b00573de7208cbe5d6fb3420ba0b514c04541b07 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 30 Mar 2024 16:53:15 +1000 Subject: [PATCH] aded PAGE_LOAD_TIMEOUT const --- spec/support/constants.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/support/constants.rb b/spec/support/constants.rb index 2f71ef965..54b4e5c43 100644 --- a/spec/support/constants.rb +++ b/spec/support/constants.rb @@ -26,3 +26,6 @@ RESTAPI_SENG = 'http://' + ATTACK_DOMAIN + ':3000/api/seng' RESTAPI_ADMIN = 'http://' + ATTACK_DOMAIN + ':3000/api/admin' RESTAPI_WEBRTC = 'http://' + ATTACK_DOMAIN + ':3000/api/webrtc' RESTAPI_REQUESTER = 'http://' + ATTACK_DOMAIN + ':3000/api/requester' + +# Other +PAGE_LOAD_TIMEOUT = 5 \ No newline at end of file