Skip to content
Snippets Groups Projects
Commit 879851d3 authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

Add sleep(1) to remoteapicore to ensure new other timestap(=rev nr)

Could improve failing test of #1589
parent d96e9e80
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment