Merge #102138: thunderbird: set build timeout at eight hours
This commit is contained in:
commit
ef543fb416
@ -332,5 +332,6 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
|
timeout = 28800; # eight hours
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user