From e61a632d3cc130de2708a9abaabca0f286bfa7dc Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 30 Mar 2024 17:04:52 +1000 Subject: [PATCH] added SERVER_START_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 54b4e5c43..2481c8e47 100644 --- a/spec/support/constants.rb +++ b/spec/support/constants.rb @@ -28,4 +28,5 @@ 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 +PAGE_LOAD_TIMEOUT = 5 +SERVER_START_TIMEOUT = 5 \ No newline at end of file