From 0b16885db4de2d29b53ef5a539863e7820be4b8b Mon Sep 17 00:00:00 2001 From: thefosk Date: Tue, 7 Jan 2014 05:44:07 +0100 Subject: [PATCH] fixing tests --- test/Unirest/UnirestTest.php | 2 ++ 1 file changed, 2 insertions(+) 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()