We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d59380 commit ad6cef7Copy full SHA for ad6cef7
tests/PatcherTest.php
@@ -165,7 +165,7 @@ public function up()
165
166
$result = $patcher->runPatch($patch, 'up');
167
168
- expect($result['executionTime'])->toBeGreaterThanOrEqual(10)
+ expect($result['executionTime'])->toBeGreaterThanOrEqual(5) // Allow for timing variance
169
->and($result['executionTime'])->toBeLessThan(1000); // Less than 1 second
170
});
171
0 commit comments