Skip to content

Commit 2ee5139

Browse files
committed
Relax Flatpak runtime smoke timeout
1 parent 74e44af commit 2ee5139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/check_flatpak_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def parse_args(argv: list[str]) -> argparse.Namespace:
384384
parser.add_argument(
385385
"--timeout",
386386
type=float,
387-
default=8.0,
387+
default=20.0,
388388
help="Timeout in seconds for each PipeWire state transition.",
389389
)
390390
parser.add_argument(

0 commit comments

Comments
 (0)