Skip to content

Commit

Permalink
- fix after review - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Mar 30, 2023
1 parent 12fe487 commit 12d8046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/nodeRunner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func TestNewNodeRunner(t *testing.T) {
})
}

func TestNodeRunner_StartAndCloseNodeWith(t *testing.T) {
func TestNodeRunner_StartAndCloseNodeUsingSIGINT(t *testing.T) {
t.Parallel()

configs := createConfigs(t)
Expand All @@ -143,7 +143,7 @@ func TestNodeRunner_StartAndCloseNodeWith(t *testing.T) {
err := logger.AddLogObserver(trigger, &logger.PlainFormatter{})
require.Nil(t, err)

// start a go routine that will send the SIGINT message after 1 minute
// start a go routine that will send the SIGINT message after 1 second after the node has started
go func() {
timeout := time.Minute * 5
select {
Expand Down

0 comments on commit 12d8046

Please sign in to comment.