Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed Jul 30, 2024
1 parent 9eb9305 commit 024a65d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chain-signatures/contract/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ mod tests {
"generation_timeout": 10000
},
"signature": {
"generation_timeout": 10000
"generation_timeout": 10000,
"garbage_timeout": 10000000
},
"string": "value",
"integer": 1000
Expand Down

0 comments on commit 024a65d

Please sign in to comment.