Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
More test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Apr 9, 2018
1 parent 1c74b47 commit c985cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapps/src/tests/helpers/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl FetchControl {

pub fn wait_for_requests(&self, len: usize) {
const MAX_TIMEOUT: time::Duration = time::Duration::from_millis(5000);
const ATTEMPTS: u64 = 10;
const ATTEMPTS: u32 = 10;
let mut attempts_left = ATTEMPTS;
loop {
let current = self.fetch.requested.lock().len();
Expand Down

0 comments on commit c985cce

Please sign in to comment.