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
b89699b7
Commit
b89699b7
authored
Sep 19, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Sep 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #32899 from mml/dc-flake
Automatic merge from submit-queue Increase schedulingTimeout due to flakiness even at 5m. Hope to fix #32668 and #32644 and #32639.
parents
87b40782
3204e575
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
disruption.go
test/e2e/disruption.go
+1
-1
No files found.
test/e2e/disruption.go
View file @
b89699b7
...
@@ -39,7 +39,7 @@ const timeout = 60 * time.Second
...
@@ -39,7 +39,7 @@ const timeout = 60 * time.Second
// schedulingTimeout is longer specifically because sometimes we need to wait
// schedulingTimeout is longer specifically because sometimes we need to wait
// awhile to guarantee that we've been patient waiting for something ordinary
// awhile to guarantee that we've been patient waiting for something ordinary
// to happen: a pod to get scheduled and move into Ready
// to happen: a pod to get scheduled and move into Ready
const
schedulingTimeout
=
5
*
time
.
Minute
const
schedulingTimeout
=
10
*
time
.
Minute
var
_
=
framework
.
KubeDescribe
(
"DisruptionController"
,
func
()
{
var
_
=
framework
.
KubeDescribe
(
"DisruptionController"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"disruption"
)
f
:=
framework
.
NewDefaultFramework
(
"disruption"
)
...
...
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