Skip to content

Commit

Permalink
#1557 give more time for the X11 server to start, the new resolutions…
Browse files Browse the repository at this point in the history
… make it slower

git-svn-id: https://xpra.org/svn/Xpra/trunk@16252 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 9, 2017
1 parent 98b69a5 commit 9a09f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unittests/unit/server_test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

XPRA_TEST_DEBUG = envbool("XPRA_TEST_DEBUG", False)
SERVER_TIMEOUT = envint("XPRA_TEST_SERVER_TIMEOUT", 8)
XVFB_TIMEOUT = envint("XPRA_TEST_XVFB_TIMEOUT", 5)
XVFB_TIMEOUT = envint("XPRA_TEST_XVFB_TIMEOUT", 8)


class ServerTestUtil(unittest.TestCase):
Expand Down

0 comments on commit 9a09f5d

Please sign in to comment.