Increase reattempt delays in the GH CI, which is extremely latent

This commit is contained in:
Luke Parker
2023-12-30 22:11:04 -05:00
parent ec8dfd4639
commit 02776c54a8
6 changed files with 13 additions and 6 deletions

View File

@@ -58,5 +58,6 @@ sp-application-crypto = { git = "https://github.com/serai-dex/substrate", defaul
sp-runtime = { git = "https://github.com/serai-dex/substrate", default-features = false, features = ["std"] }
[features]
longer-reattempts = []
parity-db = ["serai-db/parity-db"]
rocksdb = ["serai-db/rocksdb"]