Skip to content

Commit

Permalink
tests: Bump slow test timeout to 600 seconds
Browse files Browse the repository at this point in the history
On our CI and package builders `test-update-install-flatpaks` often
exceeds the 360 second timeout. Even on my fast laptop it routinely
takes nearly 300 seconds. Bump the timeout for slow tests to 600 seconds
to ensure it has time to complete.

https://phabricator.endlessm.com/T5658
  • Loading branch information
dbnicholson committed Jan 5, 2022
1 parent 12d263b commit a49c5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ foreach test_name, extra_args : test_programs
exe,
env: envs,
suite: ['eos-updater'] + extra_args.get('suite', []),
timeout: extra_args.get('slow', false) ? 360 : 60,
timeout: extra_args.get('slow', false) ? 600 : 60,
is_parallel: extra_args.get('parallel', true),
)
endforeach
Expand Down

0 comments on commit a49c5e9

Please sign in to comment.