File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
zebra-consensus/src/verify Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ mod tests {
137
137
// Use a very long max_latency and a short timeout to check that
138
138
// flushing is happening based on hitting max_items.
139
139
let verifier = Batch :: new ( RedJubjubVerifier :: new ( ) , 10 , Duration :: from_secs ( 1000 ) ) ;
140
- timeout ( Duration :: from_secs ( 2 ) , sign_and_verify ( verifier, 100 ) ) . await ?
140
+ timeout ( Duration :: from_secs ( 5 ) , sign_and_verify ( verifier, 100 ) ) . await ?
141
141
}
142
142
143
143
#[ tokio:: test]
@@ -148,6 +148,6 @@ mod tests {
148
148
// Use a very high max_items and a short timeout to check that
149
149
// flushing is happening based on hitting max_latency.
150
150
let verifier = Batch :: new ( RedJubjubVerifier :: new ( ) , 100 , Duration :: from_millis ( 500 ) ) ;
151
- timeout ( Duration :: from_secs ( 2 ) , sign_and_verify ( verifier, 10 ) ) . await ?
151
+ timeout ( Duration :: from_secs ( 5 ) , sign_and_verify ( verifier, 10 ) ) . await ?
152
152
}
153
153
}
You can’t perform that action at this time.
0 commit comments