Skip to content

Commit 1d1f9eb

Browse files
committed
feat: increase timeout
1 parent 3a415df commit 1d1f9eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

check-deployed-package/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ fn main() {
3636
metrics.mutate("users".to_string(), 1.0);
3737

3838
// Wait to ensure data is sent
39-
thread::sleep(Duration::from_secs(2));
39+
thread::sleep(Duration::from_secs(5));
4040
}

0 commit comments

Comments
 (0)