From 8673f8c03dbdf3cfed8838b69335ab40c3c15dc8 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 5 Mar 2022 15:21:52 +0200 Subject: [PATCH] pwtest: shorter default timeout --- test/pwtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pwtest.c b/test/pwtest.c index b57ee6f04..9c09072f8 100644 --- a/test/pwtest.c +++ b/test/pwtest.c @@ -1331,7 +1331,7 @@ static void usage(FILE *fp, const char *progname) " -h, --help Show this help\n" " --verbose Verbose output\n" " --list List all available suites and tests\n" - " --timeout=N Set the test timeout to N seconds (default: 30)\n" + " --timeout=N Set the test timeout to N seconds (default: 15)\n" " --filter-test=glob Run only tests matching the given glob\n" " --filter-suites=glob Run only suites matching the given glob\n" " --filter-iteration=N Run only iteration N\n" @@ -1380,7 +1380,7 @@ int main(int argc, char **argv) }; struct pwtest_context test_ctx = { .suites = SPA_LIST_INIT(&test_ctx.suites), - .timeout = 30, + .timeout = 15, .has_iteration_filter = false, }; enum {