From 6c3dbdd0e55363abcf87dc1f9653757017932b5f Mon Sep 17 00:00:00 2001 From: solcloud <74121353+solcloud@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:47:13 +0200 Subject: [PATCH] Update Performance timeScale multiplier for CI --- test/og/Unit/PerformanceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/og/Unit/PerformanceTest.php b/test/og/Unit/PerformanceTest.php index 732695e..dddf627 100644 --- a/test/og/Unit/PerformanceTest.php +++ b/test/og/Unit/PerformanceTest.php @@ -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;