diff --git a/test/Unirest/UnirestTest.php b/test/Unirest/UnirestTest.php index ecf1e49..8f3977c 100644 --- a/test/Unirest/UnirestTest.php +++ b/test/Unirest/UnirestTest.php @@ -80,6 +80,8 @@ class UnirestTest extends UnitTestCase $this->expectException(); $response = Unirest::get("http://httpbin.org/delay/3"); + + Unirest::timeout(null); // Cleaning timeout for the other tests } public function testTimeoutSuccess()