Skip to content

Commit 438b9ba

Browse files
committed
[#3731] Further increase timeouts
1 parent a571047 commit 438b9ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/bin/admin/tests/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if MYSQL_DEP.found()
4242
is_parallel: false,
4343
priority: -1,
4444
suite: 'shell-tests',
45-
timeout: 120,
45+
timeout: 240,
4646
)
4747
endif
4848
pgsql_tests = configure_file(
@@ -57,7 +57,7 @@ if POSTGRESQL_DEP.found()
5757
is_parallel: false,
5858
priority: -1,
5959
suite: 'shell-tests',
60-
timeout: 120,
60+
timeout: 240,
6161
)
6262
endif
6363
# To create the output_dir

src/bin/keactrl/tests/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ test(
2222
is_parallel: false,
2323
priority: -1,
2424
suite: 'shell-tests',
25+
timeout: 60,
2526
)

0 commit comments

Comments
 (0)