Skip to content

Commit

Permalink
yee
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Nov 2, 2024
1 parent 31c3abd commit 972e6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/azure-auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestAzureLogin(t *testing.T) {
fmt.Printf("List Secrets Error: %v\n", err)
}

time.Sleep(5 * time.Second)
time.Sleep(10 * time.Second)
}

}
2 changes: 1 addition & 1 deletion test/local-auths_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestAWSAuthLogin(t *testing.T) {
fmt.Printf("Access Token Auth Error: %v\n", err)
}

time.Sleep(5 * time.Second)
time.Sleep(10 * time.Second)

}

Expand Down

0 comments on commit 972e6e5

Please sign in to comment.