From 8c77efcd345ab7513445bff08cc61d89a5c74a3d Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 2 Oct 2022 14:51:14 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3a0c9765..ed28ba09d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ matrix: - sed -i -e "s/@onlyCUDA//g" -e "s/@largeTensorTest('12GB')//g" test_nn.py - free - df - - dd if=/dev/zero of=swapfile bs=10k count=200000 + - dd if=/dev/zero of=swapfile bs=10k count=400000 - mkswap swapfile - sudo swapon swapfile - python3 test_nn.py TestNNDeviceTypeCPU.test_conv_large_cpu