Skip to content

Commit 6c3dbdd

Browse files
authored
Update Performance timeScale multiplier for CI
1 parent 9ba2ef9 commit 6c3dbdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/og/Unit/PerformanceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function setUpBeforeClass(): void
4343
self::$timeScale = 1.08;
4444
}
4545
if (getenv('CI') !== false) {
46-
self::$timeScale = 1.10;
46+
self::$timeScale = 6.10;
4747
}
4848

4949
Util::$TICK_RATE = 20;

0 commit comments

Comments
 (0)