-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: clean up all the auxiliary files
- Loading branch information
1 parent
899f65e
commit 1072be1
Showing
3 changed files
with
101 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# By default, retry a few times until pass the test within the specified timeout | ||
[profile.default] | ||
# retries = 1 | ||
slow-timeout = { period = "60s", terminate-after = 1 } | ||
retries = 1 | ||
slow-timeout = { period = "60s", terminate-after = 2 } | ||
|
||
# # Run the following tests exclusively with longer timeout | ||
# [[profile.default.overrides]] | ||
# filter = """ | ||
# test(=zenoh_session_unicast) | | ||
# test(=zenoh_session_multicast) | | ||
# test(=transport_tcp_intermittent) | | ||
# test(=transport_tcp_intermittent_for_lowlatency_transport) | | ||
# test(=three_node_combination) | ||
# """ | ||
# threads-required = 'num-cpus' | ||
# slow-timeout = { period = "60s", terminate-after = 6 } | ||
# Run the following tests exclusively with longer timeout | ||
[[profile.default.overrides]] | ||
filter = """ | ||
test(=zenoh_session_unicast) | | ||
test(=zenoh_session_multicast) | | ||
test(=transport_tcp_intermittent) | | ||
test(=transport_tcp_intermittent_for_lowlatency_transport) | | ||
test(=three_node_combination) | ||
""" | ||
threads-required = 'num-cpus' | ||
slow-timeout = { period = "60s", terminate-after = 6 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters