Skip to content
Snippets Groups Projects
Commit 41b5def3 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

test: disable the flaky check in big_data test

parent 3b0a144b
No related branches found
No related tags found
1 merge request!439Gmoshkin/fix error macro
......@@ -633,9 +633,7 @@ mod tests {
let t0 = std::time::Instant::now();
let t = client.call(&proc, &s).await.unwrap();
// This is a pretty high threshold, but it still may flake sometimes, so
// maybe the check should be removed.
assert!(dbg!(t0.elapsed()) < std::time::Duration::from_secs(10));
dbg!(t0.elapsed());
if let Ok((len,)) = t.decode::<(u32,)>() {
assert_eq!(len, N + 17);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment