diff --git a/tests/phpunit/api/v3/LoggingTest.php b/tests/phpunit/api/v3/LoggingTest.php index 568cffcfffc9..27ff65e00b3f 100644 --- a/tests/phpunit/api/v3/LoggingTest.php +++ b/tests/phpunit/api/v3/LoggingTest.php @@ -312,6 +312,7 @@ public function testRevertRestrictedTables() { $this->assertEquals('anthony_anderson@civicrm.org', $contact['email']); $this->assertEquals('27 Cool way', $contact['street_address']); + sleep(1); CRM_Core_DAO::executeQuery("SET @uniqueID = 'bitty bot bot'"); $this->callAPISuccess('Contact', 'create', array( 'id' => $contactId,