mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 14:15:11 +02:00
MDL-63977 Behat: Wait longer for app login
This commit is contained in:
parent
502fff1c1f
commit
b52c83726e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user