blob: e4e5fbc5f89717fa9f4e475111dd5e9580c436d6 [file] [log] [blame]
'''This file contains constants shared between the test suite runner and the
individual test runner.'''
from __future__ import absolute_import
RC_TEST_OK = 0
RC_TEST_TIMEOUT = 64
RC_TEST_ERROR = 65
RC_TEST_FATAL = 66
RC_TEST_IGNORED = 67
PUSH_TIMEOUT = 60*5