Skip to content

Commit 92a9d65

Browse files
committed
Convert RFM_SQLITE_CONN_TIMEOUT to float
1 parent 58faf60 commit 92a9d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reframe/frontend/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ def main():
796796
dest='sqlite_conn_timeout',
797797
envvar='RFM_SQLITE_CONN_TIMEOUT',
798798
configvar='storage/sqlite_conn_timeout',
799+
type=float,
799800
help='Timeout for DB connections (SQLite backend)'
800801
)
801802
argparser.add_argument(

0 commit comments

Comments
 (0)