Skip to content

Commit

Permalink
Reduce test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Feb 27, 2019
1 parent 4787262 commit a9aad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kinesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn test_kinesis_put_records() {

rt.block_on(poll_fn(move || sink.close())).unwrap();

std::thread::sleep(std::time::Duration::from_secs(5));
std::thread::sleep(std::time::Duration::from_secs(2));

let timestamp = timestamp as f64 / 1000.0;
let records = rt
Expand Down

0 comments on commit a9aad75

Please sign in to comment.