'BOOST_TEST_LOG_LEVEL': 'message',
},
is_parallel: false,
+ timeout: 300,
)
endif
workdir: product_source_dir / fs.parent(module_remotebackend_testrunner),
is_parallel: false,
depends: get_variable(exec_var_name),
+ timeout: 300,
)
endforeach
endif
workdir: product_source_dir / 'regression-tests',
depends: [pdns_server, pdnsutil, sdig, saxfr, pdns_notify, nsec3dig],
is_parallel: false,
+ timeout: 300,
)
endif
endforeach
endif
if get_option('unit-tests')
- test('testrunner', testrunner)
+ test('testrunner', testrunner, timeout: 300)
endif
if get_option('benchmark')
- benchmark('benchmarkrunner', benchmarkrunner, timeout:240)
+ benchmark('benchmarkrunner', benchmarkrunner, timeout: 300)
endif
# Man-pages.
if get_option('unit-tests')
# default timeout of 30s is too short for some ubicloud targets. Unknown *why* they are so slow.
- test('testrunner', testrunner, timeout: 120)
+ test('testrunner', testrunner, timeout: 300)
endif
# Man-pages.