Skip to content

Commit

Permalink
Add delay in test to resolve concurrent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Feb 22, 2017
1 parent f16074c commit 6a6e92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/api/v3/LoggingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ public function testRevertRestrictedTables() {
$this->assertEquals('[email protected]', $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,
Expand Down

0 comments on commit 6a6e92c

Please sign in to comment.