Skip to content

Commit

Permalink
Overlay Operator test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 committed Sep 20, 2023
1 parent 5d22dae commit 72e054e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/liqonet/route-operator/overlayOperator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"path/filepath"
"sync"
"syscall"
"time"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
Expand Down Expand Up @@ -149,7 +150,7 @@ var _ = Describe("OverlayOperator", func() {
return fmt.Errorf(" error: annotated MAC %s is different than %s", newPod.GetAnnotations()[overlayAnnKey], ovc.vxlanDev.Link.HardwareAddr.String())
}
return nil
}).Should(BeNil())
}, time.Second*5).Should(BeNil())
})
})

Expand Down

0 comments on commit 72e054e

Please sign in to comment.