Skip to content

Commit

Permalink
DEBUG SLOW jqueryWait = 8s
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 12, 2022
1 parent 9cea37c commit b94ce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Behat/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected function getFinishedScript(): string
/**
* Wait till jQuery AJAX request finished and no animation is perform.
*/
protected function jqueryWait(string $extraWaitCondition = 'true', int $maxWaitdurationMs = 5000): void
protected function jqueryWait(string $extraWaitCondition = 'true', int $maxWaitdurationMs = 8000): void
{
$finishedScript = '(' . $this->getFinishedScript() . ') && (' . $extraWaitCondition . ')';

Expand Down

0 comments on commit b94ce9b

Please sign in to comment.