File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/run-pass/concurrency Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- c38ddb8040edce1b05bc09a0e8439472e9f67623
1+ 8f0fa9d51ff4ad2c0869e660856cd327e79915e9
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ fn park_timeout() {
319319 // Normally, waiting in park/park_timeout may spuriously wake up early, but we
320320 // know Miri's timed synchronization primitives do not do that.
321321
322- assert ! ( ( 200 ..500 ) . contains( & start. elapsed( ) . as_millis( ) ) ) ;
322+ assert ! ( ( 200 ..1000 ) . contains( & start. elapsed( ) . as_millis( ) ) ) ;
323323}
324324
325325fn park_unpark ( ) {
@@ -337,7 +337,7 @@ fn park_unpark() {
337337 // Normally, waiting in park/park_timeout may spuriously wake up early, but we
338338 // know Miri's timed synchronization primitives do not do that.
339339
340- assert ! ( ( 200 ..500 ) . contains( & start. elapsed( ) . as_millis( ) ) ) ;
340+ assert ! ( ( 200 ..1000 ) . contains( & start. elapsed( ) . as_millis( ) ) ) ;
341341}
342342
343343fn main ( ) {
You can’t perform that action at this time.
0 commit comments