Skip to content

Commit

Permalink
fix: increased timeout to reduce likelihood of intermittent failure p…
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 21, 2017
1 parent c4944c7 commit d214c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var (
timeoutDuration = 1 * time.Second
timeoutDuration = 10 * time.Second
commandStartServer = "Daemon.StartServer"
commandStopServer = "Daemon.StopServer"
commandVerifyProvider = "Daemon.VerifyProvider"
Expand Down
1 change: 1 addition & 0 deletions examples/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func main() {
Port: 6666, // Ensure this port matches the daemon port!
Consumer: "MyConsumer",
Provider: "MyProvider",
LogLevel: "DEBUG",
}
defer pact.Teardown()

Expand Down

0 comments on commit d214c54

Please sign in to comment.