1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: retry more channel_select_6_test.v

This commit is contained in:
Delyan Angelov 2021-12-16 20:12:40 +02:00
parent c6b902d2b7
commit 5f1eaaf3b1

View File

@ -1,3 +1,5 @@
// vtest retry: 4
// This test case runs concurrent 3 instances of `do_select` that // This test case runs concurrent 3 instances of `do_select` that
// communicate with 6 other threads doing send and receive operations. // communicate with 6 other threads doing send and receive operations.
// There are buffered and unbuffered channels - handled by one or two // There are buffered and unbuffered channels - handled by one or two