Increase context timeout for IAM concurrency test (#14817)

- This should reduce failures in Windows CI
This commit is contained in:
Aditya Manthramurthy 2022-04-25 20:14:20 -07:00 committed by GitHub
parent 97fcc9ff99
commit f5d3313210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ func TestIAMInternalIDPConcurrencyServerSuite(t *testing.T) {
}
func (s *TestSuiteIAM) TestDeleteUserRace(c *check) {
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 90*time.Second)
defer cancel()
bucket := getRandomBucketName()