mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-10 02:09:51 +08:00
feat: add timeout for video crawler
This commit is contained in:
@@ -88,7 +88,8 @@
|
||||
20
|
||||
],
|
||||
"target_count": 3
|
||||
}
|
||||
},
|
||||
"timeout": 600
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -21,6 +21,7 @@ func TestAndroidVideoCrawlerTest(t *testing.T) {
|
||||
Android().
|
||||
VideoCrawler(map[string]interface{}{
|
||||
"app_package_name": "com.ss.android.ugc.aweme",
|
||||
"timeout": 600,
|
||||
"feed": map[string]interface{}{
|
||||
"target_count": 5,
|
||||
"target_labels": []map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user