ci: add a small delay between failed test retries. bump retries for channel_select_6_test.v to 8

This commit is contained in:
Delyan Angelov 2022-01-27 17:43:55 +02:00
parent daa5be4c27
commit eb765f975c
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
// vtest retry: 4
// vtest retry: 8
// This test case runs concurrent 3 instances of `do_select` that
// communicate with 6 other threads doing send and receive operations.