#166 Add session_timeout variable to quickrun.py
Merged 7 years ago by puiterwijk. Opened 7 years ago by puiterwijk.
puiterwijk/ipsilon timeout-qrun  into  master

file modified
+1
@@ -93,6 +93,7 @@ 

                           'sessval': os.path.join(workdir, 'sessions'),

                           'secure': 'False',

                           'cleanup_interval': 1,

+                          'session_timeout': 30,

                          })

      conf = os.path.join(workdir, 'ipsilon.conf')

      with open(conf, 'w+') as f:

Reported-by: Cedric Buissart cbuissar@redhat.com
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com

I recommend adding a test to assert this change. Since it's your project, that's optional ☺

LGTM.

Well, the test is whether or not ./quickrun.py works :).
Without this, it throws a KeyError.

Commit d09abb3 fixes this pull-request

Pull-Request has been merged by puiterwijk@redhat.com

7 years ago
Metadata