Skip to content

Commit

Permalink
givetimejavatospawn
Browse files Browse the repository at this point in the history
  • Loading branch information
nplanel committed Jan 19, 2023
1 parent cfd7429 commit cc4fefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/java/jattach_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func testInject(t *testing.T, prefix string) {
}
t.Log(o)
}()
time.Sleep(100 * time.Millisecond) // give a chance to spawn java
time.Sleep(time.Second) // give a chance to spawn java

pid := findJustWait(t)
require.NotEqual(t, pid, 0, "Can't find java JustWait process")
Expand Down

0 comments on commit cc4fefb

Please sign in to comment.