We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1bcd1 commit 2db3fbbCopy full SHA for 2db3fbb
target_chains/near/receiver/tests/workspaces.rs
@@ -300,7 +300,7 @@ async fn test_stale_threshold() {
300
.duration_since(std::time::UNIX_EPOCH)
301
.expect("Failed to get UNIX timestamp")
302
.as_secs()
303
- - DEFAULT_VALID_TIME_PERIOD;
+ - (DEFAULT_VALID_TIME_PERIOD + 1);
304
305
// Submit a Price Attestation to the contract.
306
let vaa = create_vaa_from_payload(
0 commit comments