MDL-63977 Behat: Wait longer for app login
parent
b7804052a8
commit
a24f9dc9df
|
@ -307,7 +307,7 @@ class behat_app extends behat_base {
|
||||||
return 'mainpage';
|
return 'mainpage';
|
||||||
}
|
}
|
||||||
throw new DriverException('Moodle app login URL prompt not found');
|
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
|
// 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.
|
// page. If it's the main page, we just leave it there.
|
||||||
|
|
Loading…
Reference in New Issue