Increase test timeout

This commit is contained in:
Sebastian Ramacher 2018-03-17 18:42:55 +01:00
parent a7aa3e135f
commit e87ed2a5b3

View File

@ -20,5 +20,7 @@ if check.found()
c_args: defines + flags
)
test('tests', tests)
test('tests', tests,
timeout: 60*60
)
endif