Skip to content

Commit f4f20cd

Browse files
committed
TASK: Wait a second for consistency
1 parent 398b474 commit f4f20cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Functional/Indexer/NodeIndexerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function indexAndDeleteNode(): void
144144

145145
$this->nodeIndexer->removeNode($testNode);
146146
$this->nodeIndexer->flush();
147-
usleep(500000);
147+
sleep(1);
148148
$this->assertFalse($this->nodeExistsInIndex($testNode), 'Node still exists after delete');
149149
}
150150

0 commit comments

Comments
 (0)