From 879851d3f0f9af2e46dd367775bad414edc2577c Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag <klapinklapin@gmail.com> Date: Mon, 23 May 2016 22:09:49 +0200 Subject: [PATCH] Add sleep(1) to remoteapicore to ensure new other timestap(=rev nr) Could improve failing test of #1589 --- _test/tests/inc/remoteapicore.test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/_test/tests/inc/remoteapicore.test.php b/_test/tests/inc/remoteapicore.test.php index a83a4eb26..5863ab216 100644 --- a/_test/tests/inc/remoteapicore.test.php +++ b/_test/tests/inc/remoteapicore.test.php @@ -226,6 +226,7 @@ You can use up to five different levels of', sleep(1); $this->remote->call('dokuwiki.appendPage', $params_append); $rev[6] = filemtime(wikiFN('nice_page')); + sleep(1); $expected = array( array( -- GitLab