소스 검색

Travis needs a higher timeout

pull/395/head
Mark Allen 8 년 전
부모
커밋
f84db857fe
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      test/lager_test_backend.erl

+ 2
- 2
test/lager_test_backend.erl 파일 보기

@ -1588,7 +1588,7 @@ async_threshold_test_() ->
end,
{foreach, Setup, Cleanup, [
{"async threshold works",
fun() ->
{timeout, 30, fun() ->
%% we start out async
?assertEqual(true, lager_config:get(async)),
?assertEqual([{sync_toggled, 0}],
@ -1629,7 +1629,7 @@ async_threshold_test_() ->
%% async is true again now that the mailbox has drained
?assertEqual(true, lager_config:get(async)),
ok
end}
end}}
]}.
% Fire off the stuffers with minimal resource overhead - speed is of the essence.

불러오는 중...
취소
저장