(env: &PocketIc)
| 986 | } |
| 987 | |
| 988 | pub fn bump_time_to_avoid_ratelimit(env: &PocketIc) { |
| 989 | // the rate limiter aggregation window is 300s and resolution is 10s |
| 990 | env.advance_time(Duration::from_secs(300 + 10)); |
| 991 | } |
| 992 | |
| 993 | #[derive(CandidType)] |
| 994 | struct StoreArg { |
no outgoing calls