Skip to content

Commit

Permalink
Merge pull request #766 from pfnet/take-cheeze-patch-2
Browse files Browse the repository at this point in the history
Increase CI timeout for docker build
  • Loading branch information
kmaehashi authored Oct 20, 2023
2 parents e5ef589 + c033f48 commit 3f023d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .flexci/config.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ configs {
disk: 10
}
time_limit: {
seconds: 1200
seconds: 1800
}
command: "bash .flexci/linux/main-flexci.sh torch110"
}
Expand All @@ -40,7 +40,7 @@ configs {
disk: 10
}
time_limit: {
seconds: 1200
seconds: 1800
}
command: "bash .flexci/linux/main-flexci.sh torch111"
}
Expand All @@ -56,7 +56,7 @@ configs {
disk: 10
}
time_limit: {
seconds: 1200
seconds: 1800
}
command: "bash .flexci/linux/main-flexci.sh torch112"
}
Expand All @@ -72,7 +72,7 @@ configs {
disk: 10
}
time_limit: {
seconds: 1200
seconds: 1800
}
command: "bash .flexci/linux/main-flexci.sh torch113"
}
Expand Down

0 comments on commit 3f023d3

Please sign in to comment.