Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
9261c5a6
Commit
9261c5a6
authored
Feb 05, 2015
by
Zach Loafman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove timeout from cmd/e2e now that all tests are under it
parent
5de4c497
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
driver.go
test/e2e/driver.go
+0
-12
No files found.
test/e2e/driver.go
View file @
9261c5a6
...
...
@@ -20,7 +20,6 @@ import (
"path"
"regexp"
"strings"
"time"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
"github.com/golang/glog"
...
...
@@ -48,17 +47,6 @@ func RunE2ETests(authConfig, certDir, host, repoRoot, provider string, orderseed
util
.
InitLogs
()
defer
util
.
FlushLogs
()
// TODO: Associate a timeout with each test individually.
go
func
()
{
defer
util
.
FlushLogs
()
// TODO: We should modify testSpec to include an estimated running time
// for each test and use that information to estimate a timeout
// value. Until then, as we add more tests (and before we move to
// parallel testing) we need to adjust this value as we add more tests.
time
.
Sleep
(
40
*
time
.
Minute
)
glog
.
Fatalf
(
"This test has timed out. Cleanup not guaranteed."
)
}()
if
len
(
testList
)
!=
0
{
if
config
.
GinkgoConfig
.
FocusString
!=
""
||
config
.
GinkgoConfig
.
SkipString
!=
""
{
glog
.
Fatal
(
"Either specify --test/-t or --ginkgo.focus/--ginkgo.skip but not both."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment