sleep longer before generating any GitHib OTP codes

This commit is contained in:
Ryan Richard
2024-05-31 12:03:36 -07:00
parent 0ace5cf477
commit e3d8c71f97
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -2532,7 +2532,7 @@ func testSupervisorLogin(
) {
env := testlib.IntegrationEnv(t)
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), 7*time.Minute)
defer cancel()
// Infer the downstream issuer URL from the callback associated with the upstream test client registration.