Commit 2d171f35 authored by wang's avatar wang

收集环境

parent 8e2eb53b
...@@ -1097,18 +1097,18 @@ async function run() { ...@@ -1097,18 +1097,18 @@ async function run() {
await px.initMongo2() await px.initMongo2()
await px.px12095() await px.px12095()
await px.px12167() await px.px12167()
await sleep(2000) await sleep(1000)
await px.px11590() await px.px11590()
await sleep(3000) await sleep(1000)
if (!px.flag) await px.px11951() if (!px.flag) await px.px11951()
if (!px.flag) await px.do_func(px.pxenv.get_px11891()) if (!px.flag) await px.do_func(px.pxenv.get_px11891())
// await px.step12419() // await px.step12419()
if (!px.flag) await sleep(3500) if (!px.flag) await sleep(1500)
if (!px.flag) await px.do_func(px.pxenv.get_px12123()) if (!px.flag) await px.do_func(px.pxenv.get_px12123())
if (!px.flag) await sleep(2000) if (!px.flag) await sleep(1000)
if (!px.flag) await px.px11547() if (!px.flag) await px.px11547()
// if (!px.flag) await sleep(5000) // if (!px.flag) await sleep(5000)
...@@ -1121,7 +1121,7 @@ async function run() { ...@@ -1121,7 +1121,7 @@ async function run() {
// await sleep(px.awaitTime) // await sleep(px.awaitTime)
await px.test() await px.test()
// await px.add_headers() // await px.add_headers()
await sleep(1000) // await sleep(1000)
} catch (e) { } catch (e) {
console.log(e.toString()) console.log(e.toString())
} finally { } finally {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment