You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programs/program-authority-timelock/src/tests/test.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ async fn test() {
30
30
.duration_since(SystemTime::UNIX_EPOCH)
31
31
.unwrap()
32
32
.as_secs()asi64
33
-
+ 24*60*1000;
33
+
+ 24*60*60;// some timestamp in the UTC future, offset due to the system time potentially not matching UTC, this will ensure that its in the UTC future as well
0 commit comments