Skip to content

Commit

Permalink
Update Performance timeScale multiplier for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud authored Aug 15, 2024
1 parent 9ba2ef9 commit 6c3dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/og/Unit/PerformanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function setUpBeforeClass(): void
self::$timeScale = 1.08;
}
if (getenv('CI') !== false) {
self::$timeScale = 1.10;
self::$timeScale = 6.10;
}

Util::$TICK_RATE = 20;
Expand Down

0 comments on commit 6c3dbdd

Please sign in to comment.