From e1bef318de1fe320d58ccab74aa19e3d5471d555 Mon Sep 17 00:00:00 2001 From: Isuru Fernando <isuruf@gmail.com> Date: Fri, 8 May 2020 08:12:09 -0500 Subject: [PATCH] Increase the timeout a bit --- benchmarks/bench_translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bench_translations.py b/benchmarks/bench_translations.py index 8a9ef0da..1ebc0d88 100644 --- a/benchmarks/bench_translations.py +++ b/benchmarks/bench_translations.py @@ -83,7 +83,7 @@ class TranslationBenchmarkSuite: return sum([counter.rec(insn.expression)+1 for insn in insns]) track_m2l_op_count.unit = "ops" - track_m2l_op_count.timeout = 200.0 + track_m2l_op_count.timeout = 300.0 class LaplaceVolumeTaylorTranslation(TranslationBenchmarkSuite): -- GitLab