Commit 81ed6890 authored by wang's avatar wang

收集环境

parent a09ae8a7
......@@ -546,7 +546,7 @@ async function run() {
break
}
await sleep(1000)
// await sleep(1000)
await px.step4()
if (px.flag) {
await px.test()
......@@ -554,18 +554,18 @@ async function run() {
}
// await sleep(1500)
// await px.add_headers()
await sleep(1000)
// await sleep(1000)
} catch (e) {
console.log(e.toString())
} finally {
await sleep(1000)
// await sleep(1000)
}
}
}
await sleep(1000)
// await sleep(1000)
} catch (e) {
console.log(e)
} 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