File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ curl -X PATCH -s -H "Content-Type: application/json" -d "{\"id\": \"${decoy_id}\
60
60
# Send the global configuration to the API
61
61
curl -X PUT -s -H " Content-Type: application/json" -d " $globalconfig " http://localhost:8050/config > /dev/null
62
62
# wait a few seconds for the proxy to read the new config
63
- sleep 3
63
+ sleep 5
64
64
65
65
66
66
# Start timing
@@ -73,7 +73,7 @@ tempfile=$(bash ./uuidgen.sh)
73
73
curl -v --cookie SESSION=c32272b9-99d8-4687-b57e-a606952ae870 -H " x-cloud-active-defense: ACTIVE" -s http://localhost:8000/ & > /dev/null
74
74
75
75
# Wait a little before next request
76
- sleep 2
76
+ sleep 3
77
77
# Do relevant action(s)
78
78
curl -v --max-time 5 --cookie SESSION=c32272b9-99d8-4687-b57e-a606952ae870 http://localhost:8000/ > $tempfile 2>&1
79
79
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ curl -X PATCH -s -H "Content-Type: application/json" -d "{\"id\": \"${decoy_id}\
47
47
curl -X PUT -s -H " Content-Type: application/json" -d " $globalconfig " http://localhost:8050/config > /dev/null
48
48
49
49
# wait a few seconds for the proxy to read the new config
50
- sleep 3
50
+ sleep 5
51
51
52
52
53
53
# Start timing
@@ -60,7 +60,7 @@ tempfile=$(bash ./uuidgen.sh)
60
60
curl -v -H " x-cloud-active-defense: ACTIVE" -s http://localhost:8000/ & > /dev/null
61
61
62
62
# Wait a little before next request
63
- sleep 2
63
+ sleep 3
64
64
# Do relevant action(s)
65
65
curl -v http://localhost:8000/ > $tempfile 2>&1
66
66
You can’t perform that action at this time.
0 commit comments