mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 07:15:59 +01:00
Increase test timeout
This commit is contained in:
parent
a7aa3e135f
commit
e87ed2a5b3
1 changed files with 3 additions and 1 deletions
|
@ -20,5 +20,7 @@ if check.found()
|
|||
c_args: defines + flags
|
||||
)
|
||||
|
||||
test('tests', tests)
|
||||
test('tests', tests,
|
||||
timeout: 60*60
|
||||
)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue