Skip to content

Commit

Permalink
Increase timeout to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwitten committed Jun 29, 2020
1 parent 4655a49 commit 6098f5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const testCollectorMetricExporter = (params: TestParams) =>
ensureMetadataIsCorrect(reqMetadata, params.metadata);
}
done();
}, 200);
}, 500);
});
});
});
Expand Down

0 comments on commit 6098f5b

Please sign in to comment.