Home
last modified time | relevance | path

Searched hist:dfa189a85768a42e53182a27d300bd6d69cdcc93 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/core/
H A DDokuWikiTest.phpdfa189a85768a42e53182a27d300bd6d69cdcc93 Wed Jun 22 21:18:20 UTC 2022 Andreas Gohr <andi@splitbrain.org> avoid timeouts in tests

For some reason it seems that CLI tests on github run with a execution
time limit that can't be disabled by setting the appropriate ini value.
Even more odd, the problem seems to exist on windows only (even though
the same limit is set on both OSes). In any case, this simply resets the
time limit for each test run and that seems to fix the timeout issue.