Skip to content

Commit 70c6000

Browse files
committed
explorer sanity test: reduce attemps to 20
1 parent a5b1774 commit 70c6000

File tree

1 file changed

+1
-1
lines changed
  • testing/jormungandr-integration-tests/src/jormungandr

1 file changed

+1
-1
lines changed

testing/jormungandr-integration-tests/src/jormungandr/explorer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub fn explorer_sanity_test() {
7575
.unwrap()
7676
.encode();
7777

78-
let wait = Wait::new(Duration::from_secs(3), 20000);
78+
let wait = Wait::new(Duration::from_secs(3), 20);
7979
let fragment_id = jcli
8080
.fragment_sender(&jormungandr)
8181
.send(&transaction)

0 commit comments

Comments
 (0)