Skip to content

Commit 1e2d39e

Browse files
committed
📦 Update to Tolerance 0.3.3
1 parent 853a48f commit 1e2d39e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php-http/discovery": "^1.0",
2626
"php-http/client-common": "^1.2",
2727
"php-http/message": "^1.3",
28-
"tolerance/tolerance": "^0.3.2"
28+
"tolerance/tolerance": "^0.3.3"
2929
},
3030
"require-dev": {
3131
"silex/silex": "~1.0",

src/Tolerance/ExecutionTimeLimited.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function wait($seconds = 1)
4040
*/
4141
public function resetState()
4242
{
43-
// wait for 0.4.0 to have https://github.com/Tolerance/Tolerance/pull/67
44-
// $this->timeEllapsed = 0;
43+
$this->timeEllapsed = 0;
4544
}
4645
}

0 commit comments

Comments
 (0)