Skip to content

Commit

Permalink
increase -interactions-poll-duration value to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Nov 16, 2023
1 parent 5f54126 commit 6f327cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testutils/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func RunNucleiArgsWithEnvAndGetResults(debug bool, env []string, extra ...string
cmd.Env = append(os.Environ(), env...)
cmd.Args = append(cmd.Args, extra...)
cmd.Args = append(cmd.Args, "-duc") // disable auto updates
cmd.Args = append(cmd.Args, "-interactions-poll-duration", "1")
cmd.Args = append(cmd.Args, "-interactions-poll-duration", "5")
cmd.Args = append(cmd.Args, "-interactions-cooldown-period", "10")
cmd.Args = append(cmd.Args, "-allow-local-file-access")
if debug {
Expand Down

0 comments on commit 6f327cf

Please sign in to comment.