Skip to content

Commit b0b324a

Browse files
committed
try 1000 since GitHub Actions can rotate 100 in one second
1 parent 724feb7 commit b0b324a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apikey_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func (ms *MfaSuite) TestAppRotateApiKey() {
366366
key := user.ApiKey
367367
must(db.Store(config.ApiKeyTable, key))
368368

369-
const numberOfTOTPs = 100
369+
const numberOfTOTPs = 1000
370370
totpList := make([]TOTP, numberOfTOTPs)
371371
for i := range totpList {
372372
totpList[i] = ms.newTOTP(key)

0 commit comments

Comments
 (0)