From 676179ce1f75d07a5845cb7e4acef26f72a92e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Wed, 27 Sep 2023 13:29:21 +0200 Subject: [PATCH] Increase timeout --- benchmark/phpbench.json.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/phpbench.json.dist b/benchmark/phpbench.json.dist index 38f17955a..fdfcc5bc0 100644 --- a/benchmark/phpbench.json.dist +++ b/benchmark/phpbench.json.dist @@ -5,7 +5,7 @@ "runner.bootstrap": "vendor/autoload.php", "runner.file_pattern": "*Bench.php", "runner.path": "src", - "runner.timeout": 60, + "runner.timeout": 120, "runner.php_config": { "memory_limit": "1G" }, "runner.iterations": 3, "runner.revs": 10