From a24f9dc9dfb24063dbc2c5963685747a203819e7 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 13 Feb 2019 14:14:32 +0800 Subject: [PATCH] MDL-63977 Behat: Wait longer for app login --- behat_app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behat_app.php b/behat_app.php index b2251c34b..8a5b23813 100644 --- a/behat_app.php +++ b/behat_app.php @@ -307,7 +307,7 @@ class behat_app extends behat_base { return 'mainpage'; } throw new DriverException('Moodle app login URL prompt not found'); - }, false, 30); + }, self::EXTENDED_TIMEOUT, 30); // If it's the login page, we automatically fill in the URL and leave it on the user/pass // page. If it's the main page, we just leave it there.