mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-02 17:03:26 +00:00
libgimp/tests: Bump timeout to 90s (because 60 is not enough on Windows)
This commit is contained in:
parent
f158cc2b6e
commit
0fe938939c
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ foreach test_name : tests
|
|||
args: [ gimp_exe.full_path(), py_test ],
|
||||
env: test_env,
|
||||
suite: ['libgimp', 'python3'],
|
||||
timeout: 60)
|
||||
timeout: 90)
|
||||
|
||||
c_test_name = basename + '.c'
|
||||
c_test = custom_target(c_test_name,
|
||||
|
@ -63,5 +63,5 @@ foreach test_name : tests
|
|||
args: [ gimp_exe.full_path(), meson.current_source_dir() / c_test_name, basename ],
|
||||
env: test_env,
|
||||
suite: ['libgimp', 'C'],
|
||||
timeout: 60)
|
||||
timeout: 90)
|
||||
endforeach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue