Skip to content

Commit

Permalink
Double the test timeout to 6 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeisthax committed Nov 21, 2021
1 parent 6c09ad5 commit 13f779d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ if not meson.is_cross_build()
endif

e2e_test = find_program('tests/e2e/e2e.bash')
test('e2e', e2e_test, args: ['-y'], timeout: 180)
test('e2e', e2e_test, args: ['-y'], timeout: 360)

0 comments on commit 13f779d

Please sign in to comment.