mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
change: wait 2s for feed cache update
This commit is contained in:
@@ -533,7 +533,7 @@ func getCurrentFeedVideo(plugin funplugin.IPlugin) (feedVideo *FeedVideo, err er
|
||||
}
|
||||
|
||||
// FIXME: wait for cache update
|
||||
time.Sleep(1000 * time.Millisecond)
|
||||
time.Sleep(2000 * time.Millisecond)
|
||||
|
||||
resp, err := plugin.Call("GetCurrentFeedVideo")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user