Created
June 8, 2013 10:47
-
-
Save masayuki038/5734807 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-module(thrift_hive_tests). | |
-include_lib("eunit/include/eunit.hrl"). | |
timeout_test() -> | |
timer:sleep(3000), | |
{timeout, 15, ?_assertEqual(true, begin timer:sleep(10000), false end)}. |
Author
masayuki038
commented
Jun 8, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment