tests: 10 sec maximum wait time for timeslider (#4430)

pull/4432/head
webzwo0i 2020-10-23 13:43:38 +02:00 committed by GitHub
parent b3b3040204
commit 069e9997dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ helper.gotoTimeslider = function(revision){
return helper.waitForPromise(function(){
return helper.timesliderTimerTime()
&& !Number.isNaN(new Date(helper.timesliderTimerTime()).getTime()) },5000);
&& !Number.isNaN(new Date(helper.timesliderTimerTime()).getTime()) },10000);
}
/**