projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16074c
)
Add delay in test to resolve concurrent changes
author
eileen
<emcnaughton@wikimedia.org>
Wed, 22 Feb 2017 01:04:26 +0000
(14:04 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Wed, 22 Feb 2017 01:04:26 +0000
(14:04 +1300)
tests/phpunit/api/v3/LoggingTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/LoggingTest.php
b/tests/phpunit/api/v3/LoggingTest.php
index 568cffcfffc9d6e17e1031683273d2c37f37d982..27ff65e00b3f5214c68c72a7792ea44ebddb6d76 100644
(file)
--- a/
tests/phpunit/api/v3/LoggingTest.php
+++ b/
tests/phpunit/api/v3/LoggingTest.php
@@
-312,6
+312,7
@@
class api_v3_LoggingTest extends CiviUnitTestCase {
$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,