/rev/deb7659465d2
changeset: 1303:deb7659465d2
user:      Janus Dam Nielsen <[email protected]>
date:      Mon Oct 19 11:48:08 2009 +0200
summary:   Change security parameter for leak mul test.

diffstat:

 viff/test/test_orlandi_runtime.py |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 7fd61e465bc6 -r deb7659465d2 viff/test/test_orlandi_runtime.py
--- a/viff/test/test_orlandi_runtime.py Mon Oct 19 11:03:18 2009 +0200
+++ b/viff/test/test_orlandi_runtime.py Mon Oct 19 11:48:08 2009 +0200
@@ -264,7 +264,7 @@
 
     runtime_class = OrlandiRuntime
 
-    timeout = 800
+    timeout = 60
 
     @protocol
     def test_shift(self, runtime):
@@ -551,7 +551,9 @@
         x1 = 42
         y1 = 7
 
-        runtime.d = 2
+        runtime.s = 1
+        runtime.d = 0
+        runtime.s_lambda = 1
 
         def check(v):
             self.assertEquals(v, x1 * y1)
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to