Skip to content

Commit 6e4293d

Browse files
committed
1009433: Timeout increased in the Jenkins file.
1 parent 91e6af7 commit 6e4293d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ node('content')
22
{
33
timestamps
44
{
5-
timeout(time: 10800000 , unit: 'MILLISECONDS') {
5+
timeout(time: 14400000 , unit: 'MILLISECONDS') {
66
String platform='file-formats';
77
try
88
{

0 commit comments

Comments
 (0)