Skip to content

Commit

Permalink
lower debounce Behat timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 30, 2020
1 parent 53b8700 commit 12cdd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-behat/bootstrap/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected function assertNoException(): void

protected function disableDebounce(): void
{
$this->getSession()->executeScript('atk.options.set("debounceTimeout", 20)');
$this->getSession()->executeScript('atk.options.set("debounceTimeout", 5)');
}

/**
Expand Down

0 comments on commit 12cdd99

Please sign in to comment.