Skip to content

Commit

Permalink
🤖 Enlarge default cpu and memory for tests (kairos-io#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored Oct 3, 2022
1 parent 880474e commit b541b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ var _ = BeforeSuite(func() {
types.WithID(machineID),
types.WithSSHUser(user()),
types.WithSSHPass(pass()),
types.WithCPU("3"),
types.WithMemory("6000"),
types.WithStateDir(t),
types.WithDataSource(os.Getenv("DATASOURCE")),
}
Expand Down

0 comments on commit b541b36

Please sign in to comment.