Skip to content

Commit

Permalink
Bug 1835357 dbtests.sh failure in "certutil dump keys with explicit d…
Browse files Browse the repository at this point in the history
…efault trust flags" r=jschanck

 Fix the time value so we don't fail on slower or overloaded platforms.

 bob

Differential Revision: https://phabricator.services.mozilla.com/D180718

--HG--
extra : rebase_source : 3fb50de29dbf5f635cae10e962eb995c25cd108a
  • Loading branch information
rjrelyea committed Jun 12, 2023
1 parent 82b02e3 commit 6ab861b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dbtests/dbtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ dbtest_main()
RARRAY=($dtime)
TIMEARRAY=(${RARRAY[1]//./ })
echo "${TIMEARRAY[0]} seconds"
test ${TIMEARRAY[0]} -lt 2
test ${TIMEARRAY[0]} -lt 5
ret=$?
html_msg ${ret} 0 "certutil dump keys with explicit default trust flags"
fi
Expand Down

0 comments on commit 6ab861b

Please sign in to comment.