We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a571047 commit 438b9baCopy full SHA for 438b9ba
src/bin/admin/tests/meson.build
@@ -42,7 +42,7 @@ if MYSQL_DEP.found()
42
is_parallel: false,
43
priority: -1,
44
suite: 'shell-tests',
45
- timeout: 120,
+ timeout: 240,
46
)
47
endif
48
pgsql_tests = configure_file(
@@ -57,7 +57,7 @@ if POSTGRESQL_DEP.found()
57
58
59
60
61
62
63
# To create the output_dir
src/bin/keactrl/tests/meson.build
@@ -22,4 +22,5 @@ test(
22
23
24
25
+ timeout: 60,
26
0 commit comments