diff --git a/benchmarks/bench_translations.py b/benchmarks/bench_translations.py index 8a9ef0da1dde366ebd6b0d681029c56ae2105093..1ebc0d88fbb8be06136d5028441ad6c5076c13d2 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):