diff --git a/helper/testhelpers/testhelpers.go b/helper/testhelpers/testhelpers.go index 248a0026e9..f47ba435ca 100644 --- a/helper/testhelpers/testhelpers.go +++ b/helper/testhelpers/testhelpers.go @@ -954,10 +954,10 @@ func SetupLoginMFATOTP(t testing.T, client *api.Client) (*api.Client, string, st // Configure a default TOTP method totpConfig := map[string]interface{}{ "issuer": "yCorp", - "period": 5, + "period": 20, "algorithm": "SHA256", "digits": 6, - "skew": 0, + "skew": 1, "key_size": 20, "qr_size": 200, "max_validation_attempts": 5,