Browse Source

sleep before downloading vpn config

tags/v0.1.6
Jonathan Cobb 5 years ago
parent
commit
74804c32c6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bubble-server/src/test/resources/models/tests/network/simple_network.json

+ 1
- 0
bubble-server/src/test/resources/models/tests/network/simple_network.json View File

@@ -361,6 +361,7 @@
}, },


{ {
"before": "sleep 10s",
"comment": "download VPN config for new user", "comment": "download VPN config for new user",
"request": { "uri": "me/devices/{{userDevice.uuid}}/vpn/vpn.conf" }, "request": { "uri": "me/devices/{{userDevice.uuid}}/vpn/vpn.conf" },
"response": { "response": {


Loading…
Cancel
Save