mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 14:32:31 +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
|
// FIXME: wait for cache update
|
||||||
time.Sleep(1000 * time.Millisecond)
|
time.Sleep(2000 * time.Millisecond)
|
||||||
|
|
||||||
resp, err := plugin.Call("GetCurrentFeedVideo")
|
resp, err := plugin.Call("GetCurrentFeedVideo")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user