Skip to content

Commit

Permalink
set a bigger timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ncode committed Dec 4, 2023
1 parent 2340f1c commit a724d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/aclmanager/aclmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func TestCurrentFunction_Error(t *testing.T) {
}

func TestAclManager_Loop(t *testing.T) {
viper.Set("syncInterval", 5)
viper.Set("syncInterval", 60)
tests := []struct {
name string
aclManager *AclManager
Expand Down

0 comments on commit a724d9d

Please sign in to comment.