Skip to content

Commit e0b9114

Browse files
committed
ci: update test cfg for is prime tests
1 parent 2586f6e commit e0b9114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/nextest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ store-failure-output = true
113113
[[profile.default.overrides]]
114114
# `hyper` test targeting external Google's service, it would sometomes failed because of rate limit
115115
# `is_probably_prime` test heavily use rdrand, sometimes the VM where test is running has shortage on it
116-
filter = 'binary(=hyper) or test(=is_probably_prime)'
117-
retries = { backoff = "exponential", count = 4, delay = "1s", jitter = true, max-delay = "10s" }
116+
filter = 'binary(=hyper) or test(is_prime_tests::)'
117+
retries = { backoff = "exponential", count = 4, delay = "1s", jitter = true }
118118
test-group = 'serial-integration'
119119

120120
[[profile.default.overrides]]

0 commit comments

Comments
 (0)