Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Feb 17, 2018
1 parent dd67ce5 commit f2dbba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.nix
Expand Up @@ -9,7 +9,7 @@ rec {
checkinterval = 3600;
enableemail = false;
emailoverride = "";
timeout = 10800;
# timeout = 10800;
};
mkJobset = { enabled ? 1, hidden ? false, description ? "", nixexprinput, nixexprpath, checkinterval ? 5 * minutes, schedulingshares ? 100, enableemail ? false, emailoverride ? false, keepnr ? 10, inputs }@args: {
enabled = 1;
Expand Down

0 comments on commit f2dbba9

Please sign in to comment.