Skip to content

Commit

Permalink
Merge pull request #4428 from telefonicaid/hardening/ftest-little-fix
Browse files Browse the repository at this point in the history
FIX missplace delay in test file
  • Loading branch information
mapedraza authored Sep 13, 2023
2 parents 4953012 + c4dc072 commit d3f52bf
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,6 @@ echo
echo


echo "04. Dump accumulator and see two notifications with A and B with compound values"
echo "================================================================================"
accumulatorDump
echo
echo


# This delay before asking for accumulator dump was introduced when we
# changed from ubuntu-18.04 to ubuntu-22.04 in GitActions
# in PR https://github.com/telefonicaid/fiware-orion/pull/4302. For some
Expand All @@ -136,6 +129,13 @@ echo
sleep 0.75s


echo "04. Dump accumulator and see two notifications with A and B with compound values"
echo "================================================================================"
accumulatorDump
echo
echo


--REGEXPECT--
01. Create custom sub1 with constant ngsi attribute A and B with compound values
================================================================================
Expand Down

0 comments on commit d3f52bf

Please sign in to comment.