Skip to content

Commit

Permalink
.moban.yaml: Increase pytest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanSrt committed Aug 11, 2018
1 parent 40a266c commit f9c232c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .moban.hashes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"setup.py": "#\u00e1;\u009e\u0005\u00d1\u00f9\u00a77\u00a3\u0097\u0000cU\u0084\u00f5", "setup.cfg": "\u00ee\u00ce&\u0007\u0098\u0003S\u00ce\u00ce+\u00a9y\u0019vo\u00e1", "requirements.txt": "l\u0086\u00f6\u009eT\u0082\u00d3\u00de{\u00ac~5\u000ed\u00b9T", "test-requirements.txt": "\u00a5\b\u001e\u00ee\u00ad\u00d3\u000bw&O\u0003\u00a4\u0086t\u00c1\u0096", "coala_quickstart/VERSION": "\u00aa\"D\u0011\u00ea\u00e2\u0012\u00e5S/\u00f6\u009bX\u00bf\u001e\u00cb", "coala_quickstart/__init__.py": "@\u0099\u0088D(G\u00df\f\u00ad\u00d0\u00b5x\u00a0\u00d3]4", ".ci/appveyor.yml": "cm2\u00e0\u0014\u0002\u0097\u00ee\u00dcb\u00911\u0084\u00c2\u00f1\u00a9", ".ci/run_with_env.cmd": "\u00da\u00f5\u00e1\u00b8\u00faj\u00c8\u00f1\u00f4\rG\n\u00dc\u007f\u00e9Z", ".ci/check_moban.sh": "\u0081\u00d0q\u0081\u0096-zC.\u0084\u0080\u00fcPp\u001e\u00c1"}
2 changes: 1 addition & 1 deletion .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package_module: coala_quickstart
url: https://github.com/coala/coala-quickstart
docs_dir: false
test_py36: false
test_timeout: 60
test_timeout: 5000

maintainers: false
maintainer_list:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ reqsfilenamepatterns =

reqsignorevcs = True

timeout = 60
timeout = 5000

[coverage:coverage_env_plugin]
markers = True
Expand Down

0 comments on commit f9c232c

Please sign in to comment.