Skip to content
Snippets Groups Projects
Commit 784b01b1 authored by Angie Byron's avatar Angie Byron
Browse files

#309951 by chx: Slow down tracker tests for supersonic computers.

parent d83a7512
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,9 @@ class TrackerTest extends DrupalWebTestCase {
'subject' => $this->randomName(),
'comment' => $this->randomName(20),
);
// If the comment is posted in the same second as the last one then Drupal
// can't tell a difference, so wait one second here.
sleep(1);
$this->drupalPost('comment/reply/' . $node->nid, $comment, t('Save'));
$this->drupalLogin($this->user);
......
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