mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-30 12:59:39 +08:00
refactor: CaseRunner and SessionRunner
This commit is contained in:
@@ -39,7 +39,7 @@ func (s *StepThinkTime) Run(r *SessionRunner) (*StepResult, error) {
|
||||
Success: true,
|
||||
}
|
||||
|
||||
cfg := r.parsedConfig.ThinkTimeSetting
|
||||
cfg := r.caseRunner.parsedConfig.ThinkTimeSetting
|
||||
if cfg == nil {
|
||||
cfg = &ThinkTimeConfig{thinkTimeDefault, nil, 0}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user