Skip to content

Commit

Permalink
Merge pull request #361 from frodopwns/timeout-increase
Browse files Browse the repository at this point in the history
attempting to alleviate timeout issue
  • Loading branch information
frodopwns authored Oct 16, 2019
2 parents da7916c + 75b0830 commit 9226ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ var _ = BeforeSuite(func() {
eventHubManagers = resourcemanagereventhubmock.MockEventHubManagers
storageManagers = resourcemanagerstoragesmock.MockStorageManagers
keyVaultManager = &resourcemanagerkeyvaultsmock.MockKeyVaultManager{}
timeout = time.Second * 5
timeout = time.Second * 20
}

err = (&KeyVaultReconciler{
Expand Down

0 comments on commit 9226ff7

Please sign in to comment.