Skip to content

Commit

Permalink
tests: fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Lindamood committed Jul 18, 2019
1 parent ff0978b commit 71f1de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v3/circuit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ func TestDoForwardsPanics(t *testing.T) {
func TestCircuit_Go_ForwardsPanic(t *testing.T) {
c := NewCircuitFromConfig("TestGoFunction", Config{
Execution: ExecutionConfig{
Timeout: time.Millisecond * 2,
// Make this test not timeout
Timeout: time.Minute,
},
})
ctx := context.Background()
Expand Down

0 comments on commit 71f1de4

Please sign in to comment.