mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 19:30:37 +01:00
Increased timeouts.
This commit is contained in:
parent
a773958403
commit
2e8a188bce
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
browser.timeoutsAsyncScript(10*1000);
|
||||
browser.timeoutsImplicitWait(10*1000);
|
||||
browser.timeoutsAsyncScript(20*1000);
|
||||
browser.timeoutsImplicitWait(20*1000);
|
||||
|
||||
/**
|
||||
* Sometimes chrome driver can result in the wrong text.
|
||||
|
|
Loading…
Reference in a new issue