Skip to content

Commit

Permalink
increase DPLPMTUD test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed May 7, 2024
1 parent b6d6d52 commit d0b6e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationtests/self/dplpmtud_test.go
Expand Up @@ -90,7 +90,7 @@ var _ = Describe("DPLPMTUD", func() {
_, err = str.Write(PRDataLong)
Expect(err).ToNot(HaveOccurred())
str.Close()
Eventually(done).Should(BeClosed())
Eventually(done, 20*time.Second).Should(BeClosed())

mx.Lock()
defer mx.Unlock()
Expand Down

0 comments on commit d0b6e89

Please sign in to comment.