Skip to content

Commit

Permalink
set kill delay as nanosecond in example
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Oct 9, 2023
1 parent c29522a commit 9644428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion air_example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stop_on_error = true
# Send Interrupt signal before killing process (windows does not support this feature)
send_interrupt = false
# Delay after sending Interrupt signal
kill_delay = 500 # ms
kill_delay = 500 # nanosecond
# Rerun binary or not
rerun = false
# Delay after each executions
Expand Down

0 comments on commit 9644428

Please sign in to comment.