Commit abcff8a
Replace Duration::from_secs(60) to Duration::from_mins(1) (#297)
Summary:
Pull Request resolved: #297
X-link: meta-pytorch/monarch#2066
Rust 1.91 introduced `Duration::from_mins`.
This diff replaces some instances of `Duration::from_secs` with the corresponding `Duration::from_mins`.
Reviewed By: dtolnay
Differential Revision: D88434166
fbshipit-source-id: e5e86763e0f4cfa6da502d32f1f98ffc198399ed1 parent 024f850 commit abcff8a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments