Revert "tests: Fix tdef_test on 32bit platforms"

This was not the issue, see next commit fixing the correct issue.

This reverts commit af10e48c1bf7ec40678b9a4387fc50ab0846b467.

Change-Id: Ifa1057ac55fcacdeb55ecdaac1ac3ddcca7d6d65
diff --git a/tests/tdef/tdef_test.ok b/tests/tdef/tdef_test.ok
index 4bdd3d0..1770968 100644
--- a/tests/tdef/tdef_test.ok
+++ b/tests/tdef/tdef_test.ok
@@ -54,12 +54,12 @@
 osmo_tdef_get(1000, m)	= 1
 osmo_tdef_get(1000, custom-unit)	= 2000
 osmo_tdef_get(1000, us)	= 2000000
-T1001=30000ms
-osmo_tdef_get(1001, s)	= 30
-osmo_tdef_get(1001, ms)	= 30000
+T1001=60000ms
+osmo_tdef_get(1001, s)	= 60
+osmo_tdef_get(1001, ms)	= 60000
 osmo_tdef_get(1001, m)	= 1
-osmo_tdef_get(1001, custom-unit)	= 30000
-osmo_tdef_get(1001, us)	= 30000000
+osmo_tdef_get(1001, custom-unit)	= 60000
+osmo_tdef_get(1001, us)	= 60000000
 T1004=1ms
 osmo_tdef_get(1004, s)	= 1
 osmo_tdef_get(1004, ms)	= 1