Kouhei Sutou
null+****@clear*****
Sun May 8 23:42:07 JST 2016
Kouhei Sutou 2016-05-08 23:42:07 +0900 (Sun, 08 May 2016) New Revision: 50304d7638e3e5326b677cab2370045632c4a8a9 https://github.com/groonga/groonga/commit/50304d7638e3e5326b677cab2370045632c4a8a9 Message: travis: increase timeout instead of memory file system Modified files: tools/travis-script.sh Modified: tools/travis-script.sh (+1 -11) =================================================================== --- tools/travis-script.sh 2016-05-08 22:12:06 +0900 (c7a7655) +++ tools/travis-script.sh 2016-05-08 23:42:07 +0900 (93e1f00) @@ -7,22 +7,12 @@ set -u prefix=/tmp/local -command_test_options="--n-workers=4 --reporter=mark" +command_test_options="--n-workers=4 --reporter=mark --timeout=10" set -x export COLUMNS=79 -# if [ "${TRAVIS_OS_NAME}" = "osx" ]; then -# memory_fs_size=$[10 * 1024 * 1024] # 10MiB -# byte_per_sector=512 -# n_sectors=$[${memory_fs_size} / ${byte_per_sector}] -# memory_fs_device_path=$(hdid -nomount ram://${n_sectors}) -# newfs_hfs ${memory_fs_device_path} -# mkdir -p test/command/tmp -# mount -t hfs ${memory_fs_device_path} test/command/tmp -# fi - case "${BUILD_TOOL}" in autotools) # TODO: Re-enable me on OS X -------------- next part -------------- HTML����������������������������...下载