mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Increase context timeout for IAM concurrency test (#14817)
- This should reduce failures in Windows CI
This commit is contained in:
parent
97fcc9ff99
commit
f5d3313210
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user