Skip to content

Commit

Permalink
Revert delay to 1000ms in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Aug 28, 2023
1 parent 4890388 commit 08e32ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func defaultConfig() Config {
ExcludeDir: []string{"assets", "tmp", "vendor", "testdata"},
ArgsBin: []string{},
ExcludeRegex: []string{"_test.go"},
Delay: 0,
Delay: 1000,
Rerun: false,
RerunDelay: 500,
}
Expand Down

0 comments on commit 08e32ae

Please sign in to comment.