File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ func Test_Process_CreateTime(t *testing.T) {
473
473
}
474
474
475
475
gotElapsed := time .Since (time .Unix (int64 (c / 1000 ), 0 ))
476
- maxElapsed := time .Duration (5 * time .Second )
476
+ maxElapsed := time .Duration (20 * time .Second )
477
477
478
478
if gotElapsed >= maxElapsed {
479
479
t .Errorf ("this process has not been running for %v" , gotElapsed )
Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ func Test_Process_CreateTime(t *testing.T) {
475
475
}
476
476
477
477
gotElapsed := time .Since (time .Unix (int64 (c / 1000 ), 0 ))
478
- maxElapsed := time .Duration (5 * time .Second )
478
+ maxElapsed := time .Duration (20 * time .Second )
479
479
480
480
if gotElapsed >= maxElapsed {
481
481
t .Errorf ("this process has not been running for %v" , gotElapsed )
You can’t perform that action at this time.
0 commit comments