Skip to content

Commit 3ba97bc

Browse files
authored
Fix CI flakes (#7491)
1 parent a6d7e0d commit 3ba97bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.config/nextest.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ threads-required = 8
2626

2727
# https://github.com/gfx-rs/wgpu/issues/7200
2828
[[profile.default.overrides]]
29-
filter = 'test(wgpu_gpu_test::image_atomics::image_32_atomics)'
29+
filter = 'test(wgpu_gpu::image_atomics::image_32_atomics)'
3030
platform = 'cfg(target_vendor = "apple")'
3131
retries = 1
32+
33+
[[profile.default.overrides]]
34+
filter = 'test(compile_fail)'
35+
slow-timeout = { period = "3m", terminate-after = 2 }

0 commit comments

Comments
 (0)