Skip to content

Commit 4321120

Browse files
committed
Revert "test: increate the memory limit to TestRunWithMemoryswap2x"
This reverts commit 69e6356. Signed-off-by: Ace-Tang <[email protected]>
1 parent 12ea1e4 commit 4321120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli_run_memory_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ func (suite *PouchRunMemorySuite) TestRunWithMemoryswap(c *check.C) {
7575

7676
// test memory swap should be 2x memory if not specify it.
7777
cname = "TestRunWithMemoryswap2x"
78-
memory = "20m"
79-
expected = 2 * 20 * m
78+
memory = "10m"
79+
expected = 2 * 10 * m
8080

8181
res = command.PouchRun("run", "-d", "-m", memory,
8282
"--name", cname, busyboxImage, "sleep", sleep)

0 commit comments

Comments
 (0)