Skip to content

Commit

Permalink
Fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Nov 25, 2021
1 parent 9b116ca commit c33024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/job/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_sessions(self):
time.sleep(3)
resp = self.execute('SHOW SESSION {}'.format(session_id))
self.check_resp_failed(resp, ttypes.ErrorCode.E_EXECUTION_ERROR)
resp = self.execute('UPDATE CONFIGS graph:session_idle_timeout_secs = 0')
resp = self.execute('UPDATE CONFIGS graph:session_idle_timeout_secs = 28800')
self.check_resp_succeeded(resp)
time.sleep(3)

Expand Down

0 comments on commit c33024f

Please sign in to comment.