Skip to content

Commit

Permalink
revert some changes
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Dec 7, 2022
1 parent d8f2a94 commit 935fe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/chains/registryk8s/registry-k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func TestNSMGR_RemoteUsecase(t *testing.T) {
func TestNSMGR_InterdomainUseCase(t *testing.T) {
t.Cleanup(func() { goleak.VerifyNone(t, ignoreKLogDaemon) })

ctx, cancel := context.WithTimeout(context.Background(), time.Second*5000)
ctx, cancel := context.WithTimeout(context.Background(), time.Second*5)
defer cancel()

var dnsServer = sandbox.NewFakeResolver()
Expand Down

0 comments on commit 935fe19

Please sign in to comment.