projects
/
osm
/
tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b80360c
)
Avoid status code 409 when adding a VIM in long processing status
84/9584/2
author
fjvicens
<fjvicens@edgecloudlabs.com>
Thu, 13 Aug 2020 15:23:29 +0000
(17:23 +0200)
committer
fjvicens
<fjvicens@edgecloudlabs.com>
Thu, 13 Aug 2020 15:37:21 +0000
(17:37 +0200)
Change-Id: Ice52f7d6c002e7c2b83b66bce8e696e2ca5a51ba
Signed-off-by: fjvicens <fjvicens@edgecloudlabs.com>
robot-systest/run_test.sh
patch
|
blob
|
history
diff --git
a/robot-systest/run_test.sh
b/robot-systest/run_test.sh
index
a279ff0
..
f7d4235
100755
(executable)
--- a/
robot-systest/run_test.sh
+++ b/
robot-systest/run_test.sh
@@
-47,7
+47,7
@@
create_vim(){
((i++))
if [[ $i -eq 5 ]]; then
echo "VIM stuck in PROCESSING after 50 seconds"
- osm vim-delete ${VIM_TARGET}
+ osm vim-delete
--force
${VIM_TARGET}
sleep 5
break
fi