File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ fn test_buffering() {
7676
7777 // Give the topology some time to process the received data and simulate
7878 // a crash.
79- std:: thread:: sleep ( std:: time:: Duration :: from_millis ( 100 ) ) ;
79+ std:: thread:: sleep ( std:: time:: Duration :: from_millis ( 500 ) ) ;
8080 terminate_abruptly ( rt, topology) ;
8181
8282 // Then run vector again with a sink that accepts events now. It should
@@ -173,7 +173,7 @@ fn test_max_size() {
173173
174174 // Give the topology some time to process the received data and simulate
175175 // a crash.
176- std:: thread:: sleep ( std:: time:: Duration :: from_millis ( 100 ) ) ;
176+ std:: thread:: sleep ( std:: time:: Duration :: from_millis ( 500 ) ) ;
177177 terminate_abruptly ( rt, topology) ;
178178
179179 // Then run vector again with a sink that accepts events now. It should
You can’t perform that action at this time.
0 commit comments