Skip to content

Commit

Permalink
fix: ios test default timeout is 5 minuts (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
matzuk authored Jul 15, 2024
1 parent dd881af commit bb85f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ Note: Files with the same name and path from different devices may overwrite eac

#[arg(
long,
default_value = "600",
default_value = "300",
help = "Default timeout for each test in seconds"
)]
test_timeout_default: Option<u32>,
Expand Down

0 comments on commit bb85f05

Please sign in to comment.