Home
last modified time | relevance | path

Searched hist:"4 af692c25adeba403c19bd84342f212d90051447" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/core/
H A DDokuWikiTest.php4af692c25adeba403c19bd84342f212d90051447 Tue Oct 15 12:42:59 UTC 2019 Andreas Gohr <gohr@cosmocode.de> Avoid flaky tests by waiting full seconds

The waitForTick() method tried to be clever and return early if a second
had passed since the last call already. Unfortunatel this did not work
reliably in our tests and we often had failures on tests that required
unique revision numbers.

Pull requests for a reliable version welcome. Until the we wait a second
on each call.