Skip to content

Commit

Permalink
feat: change test case wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
halalala222 committed Aug 4, 2024
1 parent 9818c85 commit ab473ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (c *cmdMeta) cmdTest(t *testing.T) {
for _, expectResult := range c.expectResult {
select {
case stdoutString = <-stdoutStringCh:
case <-time.After(1 * time.Second):
case <-time.After(10 * time.Second):
c.lofFileAndLine(t, c.testcaseName)
t.Fatal("not get stdout")
}
Expand Down

0 comments on commit ab473ae

Please sign in to comment.