File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -165,15 +165,15 @@ const gracePeriodForSignaturesDurationSec = () => {
165165 case "from-env" :
166166 return extractIntegerNonNegativeValueFromEnv ( "GRACE_PERIOD_FOR_SIGNATURES_DURATION_SEC" ) ;
167167 case "coston" :
168- return 10 ; // 10 seconds
168+ return 15 ; // 15 seconds
169169 case "coston2" :
170- return 10 ; // 10 seconds
170+ return 15 ; // 15 seconds
171171 case "songbird" :
172- return 10 ; // 10 seconds
172+ return 15 ; // 15 seconds
173173 case "flare" :
174- return 10 ; // 10 seconds
174+ return 15 ; // 15 seconds
175175 case "local-test" :
176- return 10 ; // 10 seconds
176+ return 15 ; // 15 seconds
177177 default :
178178 // Ensure exhaustive checking
179179 // eslint-disable-next-line @typescript-eslint/no-empty-function, @typescript-eslint/no-unused-vars
You can’t perform that action at this time.
0 commit comments