Skip to content

Commit ad6cef7

Browse files
committed
.
1 parent 7d59380 commit ad6cef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function up()
165165

166166
$result = $patcher->runPatch($patch, 'up');
167167

168-
expect($result['executionTime'])->toBeGreaterThanOrEqual(10)
168+
expect($result['executionTime'])->toBeGreaterThanOrEqual(5) // Allow for timing variance
169169
->and($result['executionTime'])->toBeLessThan(1000); // Less than 1 second
170170
});
171171

0 commit comments

Comments
 (0)