Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <[email protected]>
  • Loading branch information
wenqiq committed Feb 27, 2024
1 parent ba30a5c commit 79a8667
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/antrea-scale/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func run() error {
}
time.Sleep(config.WaitInterval)
}
klog.Infoln(strings.Repeat("==", 100))
klog.Infoln(strings.Repeat("==", 72))
}
return nil
}
1 change: 0 additions & 1 deletion test/performance/scale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
timeout: 15m
ipv6: false
real_node: true
repeat_times: 1
Expand Down

0 comments on commit 79a8667

Please sign in to comment.