Skip to content

Commit

Permalink
fix: typo (#1696)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
  • Loading branch information
testwill committed Sep 28, 2023
1 parent e7e26eb commit 2f5c8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/wait/multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ req := ContainerRequest{
wait.ForLog("port: 3306 MySQL Community Server - GPL"), // Timeout: 120s (from ForAll.WithStartupTimeoutDefault)
wait.ForExposedPort().WithStartupTimeout(180*time.Second), // Timeout: 180s
wait.ForListeningPort("3306/tcp").WithStartupTimeout(10*time.Second), // Timeout: 10s
).WithStartupTimeoutDefault(120*time.Second). // Applies default StartupTimeout when not explictly defined
).WithStartupTimeoutDefault(120*time.Second). // Applies default StartupTimeout when not explicitly defined
WithDeadline(360*time.Second) // Applies deadline for all Wait Strategies
}
```

0 comments on commit 2f5c8c7

Please sign in to comment.