From dd631534c47e06abdb69c744ece2d697fb2dcc5e Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Thu, 22 Oct 2020 10:25:00 +0200 Subject: [PATCH] Remove pageload timeout --- tests/acceptance.suite.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index b5712847db..6fa90aec4c 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -32,7 +32,6 @@ modules: wait: 0 # (default: 0 seconds) - Whenever element is required and is not on page, wait for n seconds to find it before fail. connection_timeout: 60 # timeout for opening a connection to remote selenium server (30 seconds by default). request_timeout: 60 # timeout for a request to return something from remote selenium server (30 seconds by default). - pageload_timeout: 10 # amount of time to wait for a page load to complete before throwing an error (default 0 seconds). adminUsername: admin adminPassword: password adminPath: /wp-admin