Skip to content

Commit

Permalink
Changing timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Sep 7, 2014
1 parent 36413e4 commit a9989be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function iShouldSee(PyStringNode $expected)
)
);
}
sleep(1);
usleep(50);
}
}

Expand Down

0 comments on commit a9989be

Please sign in to comment.