mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
pwtest: shorter default timeout
This commit is contained in:
parent
9cb55852f4
commit
8673f8c03d
1 changed files with 2 additions and 2 deletions
|
|
@ -1331,7 +1331,7 @@ static void usage(FILE *fp, const char *progname)
|
||||||
" -h, --help Show this help\n"
|
" -h, --help Show this help\n"
|
||||||
" --verbose Verbose output\n"
|
" --verbose Verbose output\n"
|
||||||
" --list List all available suites and tests\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-test=glob Run only tests matching the given glob\n"
|
||||||
" --filter-suites=glob Run only suites matching the given glob\n"
|
" --filter-suites=glob Run only suites matching the given glob\n"
|
||||||
" --filter-iteration=N Run only iteration N\n"
|
" --filter-iteration=N Run only iteration N\n"
|
||||||
|
|
@ -1380,7 +1380,7 @@ int main(int argc, char **argv)
|
||||||
};
|
};
|
||||||
struct pwtest_context test_ctx = {
|
struct pwtest_context test_ctx = {
|
||||||
.suites = SPA_LIST_INIT(&test_ctx.suites),
|
.suites = SPA_LIST_INIT(&test_ctx.suites),
|
||||||
.timeout = 30,
|
.timeout = 15,
|
||||||
.has_iteration_filter = false,
|
.has_iteration_filter = false,
|
||||||
};
|
};
|
||||||
enum {
|
enum {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue