Skip to content

Commit

Permalink
Merge pull request #96 from MonoMotion/feature/fix-debug-timeout
Browse files Browse the repository at this point in the history
Fix: Increase time limitation
  • Loading branch information
coord-e authored Feb 4, 2019
2 parents f3e2639 + 9b8a02c commit 54dc083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/linux/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# along with Flom. If not, see <http://www.gnu.org/licenses/>.
#

travis_wait 30 docker run --rm -v $(pwd):/source -v $(pwd)/build:/build -e BUILD_TYPE=${BUILD_TYPE} -e CXX=${COMPILER} -e ENABLE_TEST=${ENABLE_TEST} -e RC_PARAMS="${RC_PARAMS}" test
travis_wait 45 docker run --rm -v $(pwd):/source -v $(pwd)/build:/build -e BUILD_TYPE=${BUILD_TYPE} -e CXX=${COMPILER} -e ENABLE_TEST=${ENABLE_TEST} -e RC_PARAMS="${RC_PARAMS}" test

0 comments on commit 54dc083

Please sign in to comment.