Skip to content

Commit 13f779d

Browse files
committed
Double the test timeout to 6 minutes.
1 parent 6c09ad5 commit 13f779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ if not meson.is_cross_build()
198198
endif
199199

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

0 commit comments

Comments
 (0)