mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 19:47:14 +08:00
fix: wait 3 seconds for tool calls to complete
This commit is contained in:
@@ -135,6 +135,9 @@ func (dExt *XTDriver) StartToGoal(ctx context.Context, prompt string, opts ...op
|
|||||||
if options.MaxRetryTimes > 0 && attempt > options.MaxRetryTimes {
|
if options.MaxRetryTimes > 0 && attempt > options.MaxRetryTimes {
|
||||||
return allPlannings, errors.New("reached max retry times")
|
return allPlannings, errors.New("reached max retry times")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// wait 3 seconds for tool calls to complete
|
||||||
|
time.Sleep(3 * time.Second)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user