Skip to content

Commit

Permalink
zzzz
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensayshi committed Apr 20, 2018
1 parent 5ce2a43 commit 8f364d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/IntegrationTests/IntegrationTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ public function setupBlocktrailSDK($network = 'BTC', $testnet = false, $apiVersi
return $client;
}

protected function setUp() {
parent::setUp();

// stupid sleep to avoid rate limits
usleep(0.4 * 1000 * 1000);
}

protected function tearDown() {
//called after each test
$this->cleanUp();
Expand Down

0 comments on commit 8f364d0

Please sign in to comment.